home *** CD-ROM | disk | FTP | other *** search
/ Electronic Print Media Service 1998 January / Electronic Print Media Service 1998 January.iso / Ideasrc / Snowfall.Dir / 00041_Script_41 < prev    next >
Text File  |  1997-11-14  |  1KB  |  70 lines

  1. on mousedown
  2.   if (the clickon) = 8 then
  3.     if the locH of sprite 8 < 242 then 
  4.       puppetsound (1) "break"
  5.       set the locV of sprite 8 to the locV of sprite 8 +10
  6.     end if
  7.   end if   
  8.   if (the clickon) = 7 then
  9.     if the locH of sprite 7 < 73 then 
  10.       puppetsound (1) "break"
  11.       set the locV of sprite 7 to the locV of sprite 7 +10
  12.     end if
  13.   end if  
  14. end
  15.  
  16. on mouseUp
  17.   if (the clickon) = 9 then
  18.     if the locH of sprite 9 > 400 and the locV of sprite 9 < 130 then
  19.       set the loc of sprite 9 to point(476, 138)
  20.       exit
  21.     end if
  22.   end if
  23.   
  24.   if (the clickon) = 7 then
  25.     if the locH of sprite 7 > 320 and the locV of sprite 7 < 330 then
  26.       exit
  27.     end if
  28.   end if
  29.   
  30.   if (the clickon) = 8 then
  31.     if the locH of sprite 8 > 400 then
  32.       exit
  33.     end if
  34.   end if
  35.   
  36.   if (the clickon) = 10 then
  37.     if the locH of sprite 10 > 400 then
  38.       exit
  39.     end if
  40.   end if
  41.   
  42.   if (the clickon) = 11 then
  43.     if the locH of sprite 11 > 400 then
  44.       exit
  45.     end if
  46.   end if
  47.   
  48.   if (the clickon) = 12 then
  49.     if the locH of sprite 12 > 400 then
  50.       exit
  51.     end if
  52.   end if
  53.   
  54.   if (the clickon) = 13 then
  55.     if the locH of sprite 13 > 400 then
  56.       exit
  57.     end if
  58.   end if
  59.   
  60.   if (the clickon) = 14 then
  61.     if the locH of sprite 14 > 400 then
  62.       exit
  63.     end if
  64.   end if
  65.   
  66.   dropit
  67. end
  68.  
  69.  
  70.